c# size of enum

113

c# size of enum -

var myEnumMemberCount = Enum.GetNames(typeof(MyEnum)).Length;

Comments

Submit
0 Comments